home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / powerd / modules.lha / modules / diskfont / oterrors.m < prev   
Encoding:
Text File  |  1999-06-23  |  283 b   |  15 lines

  1. CONST    OTERR_FAILURE=-1,
  2.         OTERR_SUCCESS=0,
  3.         OTERR_BADTAG=1,
  4.         OTERR_UNKNOWNTAG=2,
  5.         OTERR_BADDATA=3,
  6.         OTERR_NOMEMORY=4,
  7.         OTERR_NOFACE=5,
  8.         OTERR_BADFACE=6,
  9.         OTERR_NOGLYPH=7,
  10.         OTERR_BADGLYPH=8,
  11.         OTERR_NOSHEAR=9,
  12.         OTERR_NOROTATE=10,
  13.         OTERR_TOOSMALL=11,
  14.         OTERR_UNKNOWNGLYPH=12
  15.